UCF STIG Viewer Logo

Nutanix AOS must generate audit records for all account creations, modifications, disabling, and termination events.


Overview

Finding ID Version Rule ID IA Controls Severity
V-254162 NUTX-OS-000590 SV-254162r846574_rule Medium
Description
Without generating audit records specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter).
STIG Date
Nutanix AOS 5.20.x OS Security Technical Implementation Guide 2022-08-24

Details

Check Text ( C-57647r846572_chk )
Confirm Nutanix AOS generates audit records for all account creation, modification, disabling, and termination.

$ sudo grep /etc/passwd /etc/audit/audit.rules
-w /etc/passwd -p wa -k audit_account_changes

If the command does not return a line, or the line is commented out, this is a finding.
Fix Text (F-57598r846573_fix)
Configure Nutanix AOS to generate audit records for all account creations, modifications, disabling, and terminations by running the following command.

$ sudo salt-call state.sls security/CVM/auditCVM